home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dvrbbs2.zip / SETUP.DOC < prev    next >
Text File  |  1990-09-20  |  6KB  |  150 lines

  1. This is my setup for RBBS as it now stands.  I am not using fossil as they
  2. really served no purpose for me on standard ports & I couldn't get all
  3. doors to work with fossil drivers.  I have several doors on line now and am
  4. participating in the RelayNet (RIME).  "NOTE" indicates changes from DVRBBS.
  5.  
  6. AUTOEXEC.BAT
  7.  
  8. @echo off
  9. cls
  10. PROMPT $P$G
  11. PATH C:\QEMM;C:\;C:\EVENET;C:\LANTASTI;C:\MSDOS;C:\UTIL;C:\DV;C:\WORK;C:\QB30;C:\PCKWIK;
  12. C:\PCKWIK\SUPERPCK /A+ /S:1024 /H- /D- /T:8 /P- /-A /-B /-M /-N
  13. dv
  14.  
  15. NOTE:
  16. I have changed Disk Cache programs since putting together DVRBBS.ZIP and
  17. have enjoyed and even faster CACHE than ADCACHE, although ADCACHE is an
  18. excellent disk caching program and highly reliable.
  19.  
  20. CONFIG.SYS
  21.  
  22. DEVICE=C:\QEMM\QEMM386.SYS RAM X=D800-DFFF
  23. files=30
  24. BUFFERS=15
  25. stacks=0,0
  26. lastdrive=n
  27. shell=c:\command.com /p /e:1024
  28. device=c:\msdos\gateway2.sys -D -1
  29. device=c:\msdos\gateway2.sys -D -2
  30.  
  31. NOTE: Two Changes since DVRBBS.  I also use a lantastic network with the
  32.       BBS but it is not always on line.  The X parameter is so I can load
  33.       the NETBIOS software in that area of memory.  I am using Everex
  34.       Ethernet Adapters configured for IRQ15 D800 on the AT (Church Chatters
  35.       main computer and IRQ3 C000 on the XT where I do my compiling and
  36.       other maintenance type work.  I am just firing up LANtastic after
  37.       not using it for several months since building our new machine.
  38.       After running into the usual DV/SHARE /SERVER conflict problems it is
  39.       up and running again and seems pretty reliable and stable.
  40.  
  41.       The second change in config.sys is the addition of the new line
  42.       for shelling.  DOS default for shell (I'm using 3.30) is 256.  After
  43.       getting some reports from a few sysops who were running into dooring
  44.       to protocol problems I started to door to duplicate their problems.
  45.       I ran into some of the same problems and when loading RBBS got the
  46.       message "out of environment".  I added this line and all started working
  47.       fine.
  48.  
  49. START.BAT
  50.  
  51. dvansi
  52. TAME-RES
  53. TAME /DESQVIEW /TIMEPOLL /SERIAL
  54. WATCHCAT %1C
  55. set node=%1
  56. set dszport=%1
  57. set DSZLOG=XFER-%1.DEF
  58. rbbs%1
  59.  
  60. NOTE:  Using TAME241.ZIP we have added tame to our start.bat in place of
  61.        DVKPOLL.SHR.  These are not for the purpose of "taming" RBBS but
  62.        for bringing DSZ protocols under wraps to help keep them from
  63.        hogging the ports and the CPU.
  64.  
  65. RBBS1.BAT
  66.  
  67. :START
  68. WATCHCAT OFF
  69. IF EXIST RBBS1F1.DEF DEL RBBS1F1.DEF
  70. IF EXIST RBBS1TM.DEF DEL RBBS1TM.DEF
  71. IF EXIST RCTTY1.BAT DEL RCTTY1.BAT
  72. WATCHCAT TIMER
  73. RBBS-PC.EXE 1 RBBS1PC.DEF
  74. IF EXIST RBBS1F1.DEF GOTO EXIT
  75. IF EXIST RBBS1TM.DEF RBBS1TM.BAT
  76. WATCHCAT ON
  77. IF EXIST RCTTY1.BAT RCTTY1.BAT
  78. GOTO START
  79. :EXIT
  80.  
  81.  
  82. DV Performance setup.
  83.   Task Processing Time (in Clock Ticks)
  84.               Foreground:    4
  85.               Background:    3
  86.  
  87.   Memory Usage (in K)
  88.   Common Memory:      17
  89.   DOS Buffer for EMS:  4
  90.  
  91.   Optimize communications?    (Y/N): N
  92.   Allow swapping of programs? (Y/N): Y
  93.   Manage printer contention?  (Y/N): N
  94.  
  95. Node1 set up (same as Node2 except com port setting)
  96.                               Change a Program
  97.  
  98. Program Name............: [NODE-1]
  99.  
  100. Keys to Use on Open Menu: N1                         Memory Size (in K): 540
  101. ─────────────────────────────────────────────────────────────────────────────
  102. Program...: START
  103.  
  104. Parameters: 1
  105.  
  106. Directory.: c:\rbbs
  107. ─────────────────────────────────────────────────────────────────────────────
  108. Options:
  109. Writes text directly to screen.......: [N]
  110. Displays graphics information........: [N]
  111. Virtualize text/graphics (Y,N,T).....: [Y]
  112. Uses serial ports (Y,N,1,2)..........: [1]
  113. Requires floppy diskette.............: [N]
  114.  
  115. Advanced Settings:
  116.  
  117.                       Change a Program Advanced Options
  118.  
  119.  System Memory (in K).......:   0   Maximum Program Memory Size (in K)..:
  120.  
  121.  Script Buffer Size.......:  1000   Maximum Expanded Memory Size (in K):
  122.  
  123.  Text Pages: 1  Graphics Pages: 0   Initial Mode:        Interrupts: 00 to FF
  124.  ─────────────────────────────────────────────────────────────────────────────
  125.   Window Position:
  126.   Maximum Height:  25       Starting Height:           Starting Row...:
  127.   Maximum Width.:  80       Starting Width.:           Starting Column:
  128.  ─────────────────────────────────────────────────────────────────────────────
  129.   Shared Program
  130.   Pathname..:
  131.   Data......:
  132.  ─────────────────────────────────────────────────────────────────────────────
  133.   Close on exit (Y,N,blank)......: [N]  Uses its own colors..............: [Y]
  134.   Allow Close Window command.....: [Y]  Runs in background (Y,N,blank)...: [Y]
  135.   Uses math coprocessor..........: [N]  Keyboard conflict (0-F)..........: [0]
  136.   Share CPU when foreground......: [Y]  Share EGA when foreground/zoomed.: [Y]
  137.   Can be swapped out (Y,N,blank).: [N]  Protection level (0-3)...........: [0]
  138.  
  139.  
  140. NOTE:  Three  changes  were made in the DVP files.  1.  I started using TAME
  141.        instead of DVKPOLL.SHR as in tame's documentation I noticed there
  142.        was a special setting for the use with ZCOM.  Since many have been
  143.        having problems on multinode systems with simultaneous DSZ transfers
  144.        I thought I'd give this one a try.    So far I have no problems to re-
  145.        port though I'm not saying the problem  is  necessarily  resolved by
  146.        these new settings.  2. By changing the Virtualize Text/Graphics settings
  147.        to "Y" I have had no problems with doors bleeding through the windows.
  148.        3. Ran into problems with the network while protection level was set at
  149.        1 so switched it back to 0.
  150.